Skip to content

Conversation

matthewjasper
Copy link
Contributor

  • Moves cleanup annotations in pretty printed MIR so that they can be tested
  • Correctly determines which drops are in cleanup blocks when elaborating generator drops
  • Use the correct state for poisoning a generator

Closes #58892

@rust-highfive
Copy link
Contributor

r? @davidtwco

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Mar 3, 2019
@matthewjasper matthewjasper force-pushed the generator-cleanup-blocks branch from 4cc30bd to 5e68c57 Compare March 3, 2019 20:34
@davidtwco
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Mar 6, 2019

📌 Commit 5e68c57 has been approved by davidtwco

@bors
Copy link
Collaborator

bors commented Mar 6, 2019

🌲 The tree is currently closed for pull requests below priority 50, this pull request will be tested once the tree is reopened

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 6, 2019
Centril added a commit to Centril/rust that referenced this pull request Mar 19, 2019
…cks, r=davidtwco

Fixes for the generator transform

* Moves cleanup annotations in pretty printed MIR so that they can be tested
* Correctly determines which drops are in cleanup blocks when elaborating generator drops
* Use the correct state for poisoning a generator

Closes rust-lang#58892
@bors
Copy link
Collaborator

bors commented Mar 21, 2019

⌛ Testing commit 5e68c57 with merge 20958fc...

bors added a commit that referenced this pull request Mar 21, 2019
…dtwco

Fixes for the generator transform

* Moves cleanup annotations in pretty printed MIR so that they can be tested
* Correctly determines which drops are in cleanup blocks when elaborating generator drops
* Use the correct state for poisoning a generator

Closes #58892
@bors
Copy link
Collaborator

bors commented Mar 21, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: davidtwco
Pushing 20958fc to master...

@bors bors added the merged-by-bors This PR was explicitly merged by bors. label Mar 21, 2019
@bors bors merged commit 5e68c57 into rust-lang:master Mar 21, 2019
@matthewjasper matthewjasper deleted the generator-cleanup-blocks branch March 21, 2019 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merged-by-bors This PR was explicitly merged by bors. S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants